home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / r / rexx_plus_compiler / rexxpluscompiler2.dms / in.adf / RexxPlPlot / RexxSrc / rexxsrc.zoo / Makefile.Lattice < prev    next >
Encoding:
Makefile  |  1990-03-17  |  527 b   |  25 lines

  1. #
  2. # Lattice definitions
  3. #
  4. CFLAGS = -i/minrexx -DLATTICE -O
  5. LBFLAGS =  
  6. #LIBRARY = /lib/plplot.lib
  7. CC = lc
  8. OBJS = rexxplplot.o
  9.  
  10. all: rexxplplot
  11.  
  12. .c.o:
  13.     $(CC) $(CFLAGS) $*.c
  14.  
  15. rexxplplot.o: rexxplplot.c
  16.  
  17. rexxplplot: rexxplplot.o /minrexx/minrexx.o /minrexx/rexxglue.o \
  18.             /minrexx/rexxvars.o /lib/plplot.lib
  19.     blink lib:c.o rexxplplot.o /minrexx/minrexx.o /minrexx/rexxglue.o \
  20.         /minrexx/rexxvars.o lib /lib/plplot.lib lib:lcm.lib lib:lc.lib \
  21.         lib:amiga.lib ADDSYM
  22.  
  23. clean:
  24.     @delete rexxplplot.o rexxplplot.dbg rexxplplot quiet
  25.